QATextureDetach
You can use theQATextureDetach
function to detach a texture map from a drawing engine.
TQAError QATextureDetach (const TQAEngine *engine, TQATexture *texture);
engine
- A drawing engine.
texture
- A texture map.
DESCRIPTION
TheQATextureDetach
function causes the drawing engine specified by theengine
parameter to copy the data associated with the texture map specified by thetexture
parameter. Once the data are copied, you can reuse or dispose of the memory you originally specified in a call toQATextureNew
.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help